home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / uucp-104.lha / uucp-1.04 / uuto.in < prev    next >
Text File  |  1993-02-13  |  490b  |  17 lines

  1. :
  2. # uuto
  3. # Send files to a user on another system.
  4. #
  5. # Copyright (C) 1992 Ian Lance Taylor
  6. #
  7. # Please feel free do whatever you like with this exciting shell
  8. # script.
  9. #
  10. # This is pretty trivial, since all the functionality was moved into
  11. # uucp itself.  The -t means to interpret the final argument as
  12. # system!user, the -R means to copy directories recursively, and the
  13. # -c means to not copy the files to the spool directory (may be
  14. # overriden by -C or -p).
  15. #
  16. @BINDIR@/uucp -t -R -c $*
  17.